home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM25 / TFORM25.txt < prev   
Text File  |  1996-10-22  |  2KB  |  97 lines

  1. object Form25: TForm25
  2.   Left = 254
  3.   Top = 123
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Quick List'
  7.   ClientHeight = 84
  8.   ClientWidth = 239
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 120
  19.     Top = 32
  20.     Width = 43
  21.     Height = 13
  22.     Caption = 'List items'
  23.   end
  24.   object Image1: TImage
  25.     Left = 0
  26.     Top = 8
  27.     Width = 20
  28.     Height = 20
  29.     AutoSize = True
  30.     Picture.Data = {<image000.bmp>}
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 24
  34.     Top = 3
  35.     Width = 209
  36.     Height = 49
  37.   end
  38.   object RadioButton1: TRadioButton
  39.     Left = 32
  40.     Top = 8
  41.     Width = 89
  42.     Height = 17
  43.     Caption = 'Unordered list'
  44.     Checked = True
  45.     TabOrder = 0
  46.     TabStop = True
  47.   end
  48.   object RadioButton2: TRadioButton
  49.     Left = 32
  50.     Top = 32
  51.     Width = 81
  52.     Height = 17
  53.     Caption = 'Ordered list'
  54.     TabOrder = 1
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 176
  58.     Top = 24
  59.     Width = 33
  60.     Height = 21
  61.     ReadOnly = True
  62.     TabOrder = 2
  63.     Text = '1'
  64.   end
  65.   object UpDown1: TUpDown
  66.     Left = 209
  67.     Top = 24
  68.     Width = 15
  69.     Height = 21
  70.     Associate = Edit1
  71.     Min = 1
  72.     Position = 1
  73.     TabOrder = 3
  74.     Wrap = False
  75.   end
  76.   object Button1: TButton
  77.     Left = 96
  78.     Top = 56
  79.     Width = 65
  80.     Height = 23
  81.     Caption = 'Ok'
  82.     Default = True
  83.     TabOrder = 4
  84.     OnClick = Button1Click
  85.   end
  86.   object Button2: TButton
  87.     Left = 168
  88.     Top = 56
  89.     Width = 65
  90.     Height = 23
  91.     Cancel = True
  92.     Caption = 'Cancel'
  93.     TabOrder = 5
  94.     OnClick = Button2Click
  95.   end
  96. end
  97.